Class EditedProcessManager
Properties
canGetNext
public bool canGetNext { get; }
canGetPrevious
public bool canGetPrevious { get; }
Constructors
EditedProcessManager()
public EditedProcessManager()
Methods
string GetNext()
public string GetNext()
string GetPrevious()
public string GetPrevious()
bool TryGetNext(string processPathRelativeProject)
public bool TryGetNext(string processPathRelativeProject)
bool TryGetPrevious(string processPathRelativeProject)
public bool TryGetPrevious(string processPathRelativeProject)
void RecordProcess(string process)
public void RecordProcess(string process)