|
|
stops the task from running.
Should allow the implementer to gracefully finish whatever they were doing and exit the run() method as soon as possible.
Implemented in VCF::AsyncResult::AsyncTask, VCF::AsyncResult::Task, VCF::Thread, VCF::ThreadedProcedure< ClassType >, VCF::ThreadedProcedure< NullClassType0 >, VCF::ThreadedProcedure1< ParamType1, ClassType >, VCF::ThreadedProcedure2< ParamType1, ParamType2, ClassType >, VCF::ThreadedProcedure3< ParamType1, ParamType2, ParamType3, ClassType >, VCF::ThreadedProcedure4< ParamType1, ParamType2, ParamType3, ParamType4, ClassType >, VCF::ThreadedProcedure5< ParamType1, ParamType2, ParamType3, ParamType4, ParamType5, ClassType >, VCF::ThreadedProcedure6< ParamType1, ParamType2, ParamType3, ParamType4, ParamType5, ParamType6, ClassType >, VCF::ThreadedProcedure7< ParamType1, ParamType2, ParamType3, ParamType4, ParamType5, ParamType6, ParamType7, ClassType >, VCF::ThreadedProcedure8< ParamType1, ParamType2, ParamType3, ParamType4, ParamType5, ParamType6, ParamType7, ParamType8, ClassType >, VCF::ThreadedFunction< ReturnType, ClassType >, VCF::ThreadedFunction1< ReturnType, ParamType1, ClassType >, VCF::ThreadedFunction2< ReturnType, ParamType1, ParamType2, ClassType >, VCF::ThreadedFunction3< ReturnType, ParamType1, ParamType2, ParamType3, ClassType >, VCF::ThreadedFunction4< ReturnType, ParamType1, ParamType2, ParamType3, ParamType4, ClassType >, VCF::ThreadedFunction5< ReturnType, ParamType1, ParamType2, ParamType3, ParamType4, ParamType5, ClassType >, and VCF::ThreadedFunction6< ReturnType, ParamType1, ParamType2, ParamType3, ParamType4, ParamType5, ParamType6, ClassType >. |