finished

Navigation:  NxLib API > C++ Interface > 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(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.