1.2 KiB
1.2 KiB
ESCExecution
Extends: Object
Description
Basic features and informations about ESC executions
Constants Descriptions
RC_CANCEL
const RC_OK: int = 0
Return codes handled by events
- RC_OK: Event run okay
- RC_CANCEL: Cancel all scheduled and queued events
- RC_ERROR: Error running a command
- RC_REPEAT: Repeat the current scope from the beginning
RC_ERROR
const RC_OK: int = 0
Return codes handled by events
- RC_OK: Event run okay
- RC_CANCEL: Cancel all scheduled and queued events
- RC_ERROR: Error running a command
- RC_REPEAT: Repeat the current scope from the beginning
RC_OK
const RC_OK: int = 0
Return codes handled by events
- RC_OK: Event run okay
- RC_CANCEL: Cancel all scheduled and queued events
- RC_ERROR: Error running a command
- RC_REPEAT: Repeat the current scope from the beginning
RC_REPEAT
const RC_OK: int = 0
Return codes handled by events
- RC_OK: Event run okay
- RC_CANCEL: Cancel all scheduled and queued events
- RC_ERROR: Error running a command
- RC_REPEAT: Repeat the current scope from the beginning