Struct GoogleSheetsTranslationConnector.LoadState
Assembly: NoSuchStudio-Localization.dll
Syntax
[Serializable]
public struct LoadState
Properties
Error
Declaration
public string Error { get; }
Property Value
Result
Declaration
public GoogleSheetsTranslationConnector.LoadResult Result { get; }
Property Value
Methods
SetCancelled()
Declaration
public void SetCancelled()
SetError(String)
Declaration
public void SetError(string e)
Parameters
| Type |
Name |
Description |
| String |
e |
|
SetPending()
Declaration
SetState(GoogleSheetsTranslationConnector.LoadResult, String)
Declaration
public void SetState(GoogleSheetsTranslationConnector.LoadResult r, string e)
Parameters
SetSuccess()
Declaration