getStatusOk()
getStatusOk() checks if the status is set to OK (STATUS_OK).
Syntax
public bool getStatusOk();
Returned Values
A boolean value which is true if the status is ok (statusType == TmResult.STATUS_OK;
), and false if it is otherwise.
Your suggested change has been received. Thank you.
Thank you! Your suggestion has been submitted.
https://thales.na.market.dpondemand.io/docs/dpod/services/kmo….
Please Note:
getStatusOk() checks if the status is set to OK (STATUS_OK).
public bool getStatusOk();
A boolean value which is true if the status is ok (statusType == TmResult.STATUS_OK;
), and false if it is otherwise.