:py:mod:`vspyx.Frames.ScriptStatus` =================================== .. py:module:: vspyx.Frames.ScriptStatus Package Contents ---------------- Classes ~~~~~~~ .. autoapisummary:: vspyx.Frames.ScriptStatus.Message vspyx.Frames.ScriptStatus.Parameter .. py:class:: Message Message .. py:attribute:: CoreMiniCreateTime :annotation: :int .. py:attribute:: CoreMiniHeaderSize :annotation: :int .. py:attribute:: CoreMiniVersion :annotation: :int .. py:attribute:: CurrentSector :annotation: :int .. py:attribute:: DiagnosticErrorCode :annotation: :int .. py:attribute:: DiagnosticErrorCodeCount :annotation: :int .. py:attribute:: FileChecksum :annotation: :int .. py:attribute:: LastSector :annotation: :int .. py:attribute:: MaxCoreMiniSize :annotation: :int .. py:attribute:: MaxSector :annotation: :int .. py:attribute:: MinSector :annotation: :int .. py:attribute:: NumRemainingSectorBuffers :annotation: :int .. py:attribute:: NumSectorOverflows :annotation: :int .. py:attribute:: ReadBinSize :annotation: :int .. py:method:: IsCoreMiniRunning(self) -> bool .. py:class:: Parameter Bases: :py:obj:`enum.IntEnum` .. autoapi-inheritance-diagram:: vspyx.Frames.ScriptStatus.Parameter :parts: 1 :private-bases: Enum where members are also (and must be) ints .. py:attribute:: CoreMiniCreateTime :annotation: = 8 .. py:attribute:: CoreMiniHeaderSize :annotation: = 11 .. py:attribute:: CoreMiniRunning :annotation: = 0 .. py:attribute:: CoreMiniVersion :annotation: = 10 .. py:attribute:: CurrentSector :annotation: = 7 .. py:attribute:: DiagnosticErrorCode :annotation: = 12 .. py:attribute:: DiagnosticErrorCodeCount :annotation: = 13 .. py:attribute:: FileChecksum :annotation: = 9 .. py:attribute:: LastSector :annotation: = 3 .. py:attribute:: Logging :annotation: = 15 .. py:attribute:: MaxCoreMiniSize :annotation: = 14 .. py:attribute:: MaxSector :annotation: = 6 .. py:attribute:: MinSector :annotation: = 5 .. py:attribute:: ReadBinSize :annotation: = 4 .. py:attribute:: RemainingSectors :annotation: = 2 .. py:attribute:: SectorOverflow :annotation: = 1