Interface IPollingJob
Namespace: Glitch9.IO
Assembly: Glitch9.IO.dll
Syntax
public interface IPollingJob
Methods
| Edit this page View SourceIsCompleted()
Declaration
bool IsCompleted()
Returns
| Type | Description |
|---|---|
| bool |
TryGetError(out string)
Declaration
bool TryGetError(out string error)
Parameters
| Type | Name | Description |
|---|---|---|
| string | error |
Returns
| Type | Description |
|---|---|
| bool |