Virtual Method

FoundryCiRunawait

unstable since: 1.2

Declaration [src]

DexFuture*
await (
  FoundryCiRun* self
)

Description [src]

Awaits completion of the run.

Available since: 1.2

Return value

Type: DexFuture

A DexFuture that resolves to the exit status or rejects with error.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.