Command

Navigation:  NxLib API > Tree > Execute >

Command

Previous pageReturn to chapter overviewNext page

The name of the currently executing command as String, otherwise Null. If no command is currently executing, 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.

Formats

Null

Idle. No command is executing.

String

The name of the currently executing command.