force property
If true, the execution is terminated forcefully (SIGKILL).
If false, the execution is stopped gracefully, giving it time for cleanup.
Implementation
core.bool? force;
If true, the execution is terminated forcefully (SIGKILL).
If false, the execution is stopped gracefully, giving it time for cleanup.
core.bool? force;