workResultAsInt property

  1. @Int()
int workResultAsInt
getter/setter pair

This is set by the worker thread after it's finished doing a job.

Implementation

@ffi.Int()
external int workResultAsInt;