Method
FoundryCommandprepare
Declaration [src]
DexFuture*
foundry_command_prepare (
FoundryCommand* self,
FoundryBuildPipeline* pipeline,
FoundryProcessLauncher* launcher,
FoundryBuildPipelinePhase phase
)
Description [src]
Prepares launcher to run self.
If pipeline is set, the command may use that to run the command within
a particular environment based on the locality settings.
Parameters
pipeline-
Type:
FoundryBuildPipelineAn optional
FoundryBuildPipeline.The argument can be NULL.The data is owned by the caller of the method. launcher-
Type:
FoundryProcessLauncherThe data is owned by the caller of the method. phase-
Type:
FoundryBuildPipelinePhaseThe phase of the pipeline.