Job Expressions
Expressions can be triggered when jobs are created and closed
This commit is contained in:
@@ -68,5 +68,17 @@ namespace Disco.Data.Configuration.Modules
|
||||
get { return Get(new List<string>()); }
|
||||
set { Set(value); }
|
||||
}
|
||||
|
||||
public string OnCreateExpression
|
||||
{
|
||||
get { return Get<string>(null); }
|
||||
set { Set(value); }
|
||||
}
|
||||
|
||||
public string OnCloseExpression
|
||||
{
|
||||
get { return Get<string>(null); }
|
||||
set { Set(value); }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user