workResult property

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

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

Implementation

@ffi.Int()
external int workResult;