order property

  1. @UnsignedInt()
int order
getter/setter pair

Execution order. Used to create a data dependency and ensure a job is executed in order. Usage is contextual depending on the job type.

Implementation

@ma_uint32()
external int order;