op property

  1. @ImcField('Operation', 'op', ImcType.typeUInt8)
PlanDBEnumOp op

Indicates the operation affecting the DB.

The operation may relate to a single plan or the entire plan DB. For each request, a plan DB may reply with any number of 'in progress' replies followed by a success or a failure reply.

The 'op', 'request_id' and 'plan_id' fields of a request will be echoed in one or more responses to that request. The operation at stake also determines a certain type of the 'arg' field, and whether or not the 'plan_id' field needs to be set.

Implementation

@ImcField('Operation', 'op', ImcType.typeUInt8)
PlanDBEnumOp get op;