-
I've got a Python runner and I'd like to be able to get the current execution status (running, canceled, failed, etc.) from within the script. Is this possible? For example:
|
Beta Was this translation helpful? Give feedback.
Answered by
amanda11
Jul 25, 2022
Replies: 1 comment 4 replies
-
I'm confused. If your python script is being called then the action that it is configured for would be running if you are in the run method. So are you trying to get the status of another action or the action the script is. |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
mjtice
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm confused. If your python script is being called then the action that it is configured for would be running if you are in the run method. So are you trying to get the status of another action or the action the script is.
By definition if its in the middle of the run method - then it's in the running state?