The StatusReport class encapsulates the LStatusReport type of the LayGO API.
LStatusReport
using LaygoApi; StatusReport status = cid.GetStatus(); LogStatus(status.ToString());