run
Executes a MapForce Server Execution file (.mfx file). Returns true in case of success; false otherwise.
Signature
run(arg0:String) -> boolean |
Generic signature
Parameters
Name | Type | Description |
---|---|---|
arg0 | String | Specifies the path to the MapForce Server Execution file (.mfx file). If you specify a relative path, then it will be resolved against the working directory. You can set the working directory by calling the setWorkingDirectory method. |