ProcessCallbackDelegate: ((status) => void)

Type declaration

    • (status): void
    • Called when process change methods have completed.

      Parameters

      • status: string

        The result of the process change operation.

      Returns void

      Remarks

      Values returned are:

      • success (The operation succeeded.)
      • crossEntity (The previous stage is for a different entity.)
      • beginning (The active stage is the first stage of the active path.)
      • invalid (The operation failed because the selected stage isn’t the same as the active stage.)
      • unreachable (The stage exists on a different path.)

Generated using TypeDoc