canRunTools property
bool
get
canRunTools
Whether the tool system is available (needs process spawning).
Implementation
bool get canRunTools => capabilities.hasProcessSpawn;
Whether the tool system is available (needs process spawning).
bool get canRunTools => capabilities.hasProcessSpawn;