CustomCommandAllowInvokeByKey Enumeration

Determines the scope in which the CustomCommand can be invoked using it's Key

Definition

Namespace: Firefly.Box
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public enum CustomCommandAllowInvokeByKey

Members

FromSameModuleOnly0 Only tasks that belong to the same ModuleController as the task to which the Handler belongs
Always1 Any task

See Also