// ----- this file has been automatically generated - do not edit

/**
 * |           |                                                            |
 * |-----------|------------------------------------------------------------|
 * | namespace |http://opcfoundation.org/UA/                                |
 * | nodeClass |DataType                                                    |
 * | name      |ActionState                                                 |
 * | isAbstract|false                                                       |
 */
export enum EnumActionState  {
  Idle = 0,
  Executing = 1,
  Done = 2,
}