force property

bool? force
getter/setter pair

If true, the execution is terminated forcefully (SIGKILL).

If false, the execution is stopped gracefully, giving it time for cleanup.

Implementation

core.bool? force;