BotUI
Assembly: ZennoLab.CommandCenter
Full name: ZennoLab.CommandCenter.ZennoPoster.BotUI
Kind: abstract
Methods
StartTask
Method
void StartTask(Guid id)
Parameters
| Type | Name | Description |
|---|---|---|
Guid | id |
StopTask
Method
void StopTask(Guid id)
Parameters
| Type | Name | Description |
|---|---|---|
Guid | id |
InterruptTask
Method
void InterruptTask(Guid id)
Parameters
| Type | Name | Description |
|---|---|---|
Guid | id |
AddTries
Method
void AddTries(Guid id, int numOfTries)
Parameters
| Type | Name | Description |
|---|---|---|
Guid | id | |
int | numOfTries |
GetState
Method
string GetState(Guid id)
Parameters
| Type | Name | Description |
|---|---|---|
Guid | id |
SetConfig
Method
void SetConfig(Guid id, string config)
Parameters
| Type | Name | Description |
|---|---|---|
Guid | id | |
string | config |
GetConfig
Method
string GetConfig(Guid id, string defaultConfig)
Parameters
| Type | Name | Description |
|---|---|---|
Guid | id | |
string | defaultConfig |