import "taskComponent.idl";
Public Member Functions | |
void | run (in StringSequence commandLineArgs, in string fileName) raises (taskErrType::TaskRunFailureEx) |
This is a generic interface for TaskComponent, which contains run operation. The TaskComponent is an ACS component.
void ACS::TaskComponent::run | ( | in StringSequence | commandLineArgs, | |
in string | fileName | |||
) | raises (taskErrType::TaskRunFailureEx) |
TaskComponent's run method
param parameter to the run method of the TaskComponent : fileName the filename for the task's metadata (parameter set definition) xml file, which contains information about the parameters for a task (e.g. names, types, defaults, help, etc) |