Finished

Navigation:  NxLib API > C# Interface / CLI > NxLibCommand >

Finished

Previous pageReturn to chapter overviewNext page

Checks whether the command execution has already finished.

Signatures

Error handling via exception:

bool Finished()

Error handling via return code:

bool Finished(Out int returnCode)

Parameters

returnCode

The API return code.

Return Value

true, when NxLib is not currently executing a command, i.e. the Command node is Null. Otherwise false.