Class EscSeqReqStatus
Represents the status of an ANSI escape sequence request made to the terminal using EscSeqRequests.
public class EscSeqReqStatus
- Inheritance
-
EscSeqReqStatus
- Inherited Members
Constructors
- EscSeqReqStatus(string, int)
Creates a new state of escape sequence request.
Properties
- NumOutstanding
Gets the number of unfinished requests.
- NumRequests
Gets the number of requests.
- Terminator
Gets the Escape Sequence Terminator (e.g. ESC[8t ... t is the terminator).