exitCode property

int? exitCode
getter/setter pair

When task is completed as the status of FAILED or SUCCEEDED, exit code is for one task execution result, default is 0 as success.

Implementation

core.int? exitCode;