outcome property

CelmOutcome? outcome
final

Set once the run has ended. Null while it is running or suspended. This is how a caller that only has the id reads the result.

Implementation

final CelmOutcome? outcome;