Method

FoundryCiRunOptionsset_save_workspace

unstable since: 1.2

Declaration [src]

void
foundry_ci_run_options_set_save_workspace (
  FoundryCiRunOptions* self,
  gboolean save_workspace
)

Description [src]

Sets whether the job workspace should be preserved after the run.

Enabling this option also enables preservation of execution state.

Available since: 1.2

Parameters

save_workspace

Type: gboolean

Whether the workspace should be preserved.