Enum RunMode
Specifies the behavior of the command execution workflow.
public enum RunMode
Fields
Async = 2Executes the command on a different thread from the gateway one.
Default = 0The default behavior set in CommandServiceConfig.
Sync = 1Executes the command on the same thread as gateway one.