You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: rapyuta_io/clients/model.py
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -52,6 +52,7 @@ class Command(ObjDict):
52
52
:ivar shell: Represents the shell where it is going to execute
53
53
:ivar env: List of environment variables.
54
54
:ivar bg: Boolean value specifying whether the execution runs on the background or not
55
+
:ivar run_async: Boolean value to specify to run command in async mode i.e., to run command and return its jid (not depending on completion of the command).
0 commit comments