exitCode property
num?
get
exitCode
The process's exit code. Will be undefined
when the task is terminated.
Implementation
_i2.num? get exitCode => _i5.getProperty(
this,
'exitCode',
);