[This is preliminary documentation and is subject to change.]
The Journal type exposes the following methods.
Methods
![]() ![]() | ![]() ![]() | ![]() ![]() | ![]() ![]() |
Member | Description | |
---|---|---|
![]() ![]() | Clear()()() |
Clears history for current thread.
|
![]() ![]() | ClearAll()()() |
Clears history for all threads.
|
![]() ![]() | Contains(String) |
Returns whether journal contains specified text or not. Test is not case sensitive.
|
![]() ![]() | Contains(array<String>[]()[]) |
Returns whether journal contains specified text or not. Test is not case sensitive.
|
![]() ![]() | Contains(Boolean, String) |
Returns whether journal contains specified text or not.
|
![]() ![]() | Contains(Boolean, array<String>[]()[]) |
Returns whether journal contains specified text or not.
|
![]() ![]() | Find(String) | |
![]() ![]() | Find(array<String>[]()[]) | |
![]() ![]() | Find(Boolean, String) | |
![]() ![]() | Find(Boolean, array<String>[]()[]) | |
![]() ![]() | GetLine(Int32) | |
![]() ![]() | GetLineText(Int32) | |
![]() ![]() | SetLine(Int32, JournalEntry) | |
![]() ![]() | SetLineText(Int32, String) | |
![]() ![]() | WaitForText(array<String>[]()[]) | |
![]() ![]() | WaitForText(Boolean, array<String>[]()[]) | |
![]() ![]() | WaitForText(Boolean, Int32, array<String>[]()[]) |
Waits until one of requested strings does not appear in journal.
|