Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration ProgramState

This is an enumeration type constant that refers to the execution state of program in the robot controller, and is defined as follows.

api-version

1

user

Index

Enumeration Members

Enumeration Members

CANCELLED: 4

Program Cancelled State

api-version

1

user
HOLD: 3

Program Paused State

api-version

1

user
NONE: 0

Program Waiting State

api-version

1

user
PLAY: 1

Program Playing State

api-version

1

user
STOP: 2

Program Stopped State

api-version

1

user

Generated using TypeDoc