Skip to content

Commit

Permalink
Merge pull request #270 from larsbijl/master
Browse files Browse the repository at this point in the history
adding noProcessed action state
  • Loading branch information
mottosso committed Apr 30, 2016
2 parents 990bfbd + 21d5a09 commit a4f3b9b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyblish/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,7 @@ def __init__(cls, *args, **kwargs):
cls.__error__ = None

if cls.on not in ("all",
"notProcessed",
"processed",
"failed",
"succeeded"):
Expand All @@ -364,6 +365,7 @@ class Action(object):
active: Whether or not to allow execution of action.
on: When to enable this action; available options are:
- "all": Always available (default).
- "notProcessed": The plug-in has not yet been processed
- "processed": The plug-in has been processed
- "succeeded": The plug-in has been processed, and succeeded
- "failed": The plug-in has been processed, and failed
Expand Down

0 comments on commit a4f3b9b

Please sign in to comment.