failureBehavior property

FailureBehavior? failureBehavior
final

The failure behavior the simulation job.

Continue
Restart the simulation job in the same host instance.
Fail
Stop the simulation job and terminate the instance.

Implementation

final FailureBehavior? failureBehavior;