Skip to main content

B1ServiceExecuteContext

  • Context for the execution phase of a service, including executing entities and timeout policy.
    * Tracks and correlates all runtime operations for one logical service execution scope.
PropertyTypeDescriptionMetadata
ServiceIdFNameThe ID of the service being executed.
TriggerEntityIdFB1EntityIdThe entity ID of the entity that triggered this service.
SiteEntityIdFB1EntityIdThe entity ID of the site where this service is executing.
ExecutingEntityIdsTArrayThe list of entity IDs currently executing roles in this service.
ContextIdFB1ServiceContextIdThe unique context ID for this execution scope, stable for its lifetime.
TimeOutTicksint64The timeout in game ticks; use INSTANT_TIMEOUT or NO_TIMEOUT sentinel values for special cases.
bPendingFinishboolWhether this execution context is waiting to be finalized.