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#

  1. update_state: byte, the status of the latest license update operation

  • NONE = 0

  • UPDATING = 1

  • UPDATE_SUCCESS = 2

  • UPDATE_FAIL = 3

  1. last_update: long integer, the status of the latest license update operation

  2. last_success: long integer, the status of the latest license update operation

  3. last_fail: long integer, the status of the latest license update operation

  4. info: 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"