Statistics about setup or main entry point of a code package deployed on a Service Fabric node.
The location of entry point executable on the node.
The instance ID for current running entry point. For a code package setup entry point (if specified) runs first and after it finishes main entry point is started. Each time entry point executable is run, its instance id will change.
The time (in UTC) when the entry point executable will be run next.
The process ID of the entry point.
The user name under which entry point executable is run on the node.
Specifies the status of the code package entry point deployed on a Service Fabric node. Possible values include: 'Invalid', 'Pending', 'Starting', 'Started', 'Stopping', 'Stopped'
Generated using TypeDoc
Information about setup or main entry point of a code package deployed on a Service Fabric node.