pub unsafe trait ProcessStartCapability { }Expand description
The ProcessStartCapability allows the holder to start a process.
This is controlled and separate from ProcessManagementCapability
because the process must have a unique application identifier and
so only modules which check this may do so.