CommandState Enumeration

An enumeration that identifies a command state.

Namespace:  IntervalZero.MaxRT.Ecat.Api
Assembly:  IntervalZero.MaxRT.Ecat (in IntervalZero.MaxRT.Ecat.dll) Version: 1.0.0.0 (File version: 1.0.1)

Syntax

Copy
public enum CommandState

Members

Name

Value Description

ecatCommandFree

0

No command.

ecatCommandAborted

1

The command is aborted.

ecatCommandError

2

An error occurred when the command was running.

ecatCommandDone

3

The command is done.

ecatCommandLoading

4

The command is being sent.

ecatCommandRequested

5

The command has been sent to the engine but has not been evaluated.

ecatCommandActive

6

The command is running.

ecatCommandAbortRequested

7

The command will be aborted.

See Also: