fferpcore.ffasync_ChainedProcessglobal inherited sharing class ffasync_ChainedProcess Implements chained processes. The supplied processes in the list will be linked together to run consecutively, e.g. process A, then process B, then process C. Sample Code
Methods
ffasync_ChainedProcessglobal ffasync_ChainedProcess(List<fferpcore.ffasync_IProcess> processes, String description, List<fferpcore.ffasync_IAction> endOfAllProcessActions) Input Parameters
ffasync_ChainedProcessglobal ffasync_ChainedProcess(List<fferpcore.ffasync_Process> processes, String description, List<fferpcore.ffasync_IAction> endOfAllProcessActions) Input Parameters
|