Package org.yamcs.activities
Class LocalScriptRun
java.lang.Object
org.yamcs.activities.LocalScriptRun
- All Implemented Interfaces:
ScriptRun
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidrun(ScriptExecution scriptExecution) voidstop(ScriptExecution scriptExecution) Called when an activity stop is requested.
-
Constructor Details
-
LocalScriptRun
- Parameters:
command- the program to execute, already split into individual argv tokens (e.g. an interpreter and its options followed by the script path). Taken as-is; not re-parsed.scriptArgs- user-supplied arguments, each element passed to the process as exactly one argv token.
-
-
Method Details