fferpcore.ffasync_ChainedProcessglobal 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//Note: This sample code is for demonstration purposes only. It is not intended for //use in a production environment, is not guaranteed against defects or errors, and //is in no way optimized or streamlined. You need to provide some sample code Methodsffasync_ChainedProcessglobal ffasync_ChainedProcess(List<fferpcore.ffasync_Process> processes, String description, List<fferpcore.ffasync_IAction> endOfAllProcessActions) Input Parameters
|