Method

FoundryCiJobdup_reason

unstable since: 1.2

Declaration [src]

char*
foundry_ci_job_dup_reason (
  FoundryCiJob* self
)

Description [src]

Gets the provider’s explanation for the job disposition.

Available since: 1.2

Return value

Type: char*

The disposition reason.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.
The return value can be NULL.
The value is a NUL terminated UTF-8 string.