Running other Tasks
The DSL
task().run();task( ... )
.target( ... )
.params( ... )
.flags( ... )
.inWorkingDirectory( ... )
.run( ... );task()
task( 'build' )
.run();
task( 'C:/path/to/task.cfc' )
.run();target()
params()
Named parameters
Positional parameters
Using argumentCollection
flags()
inWorkingDirectory()
run()
Handling Exceptions
Last updated
Was this helpful?