Scott Steinbeck
06/29/2022, 8:07 PMScott Bennett
06/29/2022, 8:13 PMScott Steinbeck
06/29/2022, 8:21 PM/**
* Constructor
*
* @name The name of the executor
* @executor The native executor class
* @debug Add output debugging
* @loadAppContext Load the CFML App ...
*/
Executor function init(
required name,
required executor,
boolean debug = false,
boolean loadAppContext = true
){
return this;
}
Patrick
06/29/2022, 8:55 PMScott Steinbeck
06/29/2022, 9:14 PMScott Steinbeck
06/29/2022, 9:31 PMPatrick
06/29/2022, 9:35 PMScott Steinbeck
06/29/2022, 9:39 PMPatrick
06/29/2022, 9:40 PMScott Steinbeck
06/29/2022, 9:40 PMPatrick
06/29/2022, 9:45 PMScott Steinbeck
06/29/2022, 9:47 PMScott Steinbeck
06/29/2022, 10:20 PMScott Steinbeck
06/29/2022, 10:48 PMScott Steinbeck
06/30/2022, 12:59 AM