Files
gymkhana-actions/docs/api/ESCExecution.md
Dennis Ploeger 58d880101d Optimized Docs (#7)
Authored-by: Dennis Ploeger <develop@dieploegers.de>
2021-06-22 23:06:20 +02:00

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