M_LICENSE_UPDATE_STATUS
code: 404
# get
<module-index> M_LICENSE_UPDATE_STATUS ?
Description
Returns the status of the latest license update operations.
Actions
get
Parameters
update_state
: byte, the status of the latest license update operation
NONE = 0
UPDATING = 1
UPDATE_SUCCESS = 2
UPDATE_FAIL = 3
last_update
: long integer, the status of the latest license update operationlast_success
: long integer, the status of the latest license update operationlast_fail
: long integer, the status of the latest license update operationinfo
: string, the status of the latest license update operation
Example
# get
input: 0 M_LICENSE_UPDATE_STATUS ?
output: 0 M_LICENSE_UPDATE_STATUS NONE 0 0 0 0 "this is the info"