CommandΒΆ

The name of the currently executing command as String, otherwise Null. If no command is currently executing in this execution node, the value is Null. To start executing a command write its name as String into this register. You can wait for the execution to finish by waiting for this item to become Null again.

Format

Null

Idle. No command is executing.

String

The name of the currently executing command.