# class RunningStateEntity


Current state of asynchronous action in automation (has start and stop). For example the Nesting tool in Griffin and Plan tool in Phoenix REST APIs


# STATIC MEMBERS

# static member read-only NotStarted

Type: RunningStateEntity

Description:

# static member read-only Running

Type: RunningStateEntity

Description:

# static member read-only Stopping

Type: RunningStateEntity

Description:

# static member read-only Stopped

Type: RunningStateEntity

Description:

# static member read-only Finished

Type: RunningStateEntity

Description:

# static member read-only Error

Type: RunningStateEntity

Description:

# STATIC FUNCTIONS

# static function values()

Description:

Return:

(RunningStateEntity) -

# static function valueOf(name)

Description:

Parameters:

  • name: (String) -

Return:

(RunningStateEntity) -

Last Updated: 12/20/2022, 8:12:45 AM