wiki:Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight/GetOverCap

Version 2 (modified by Don Wilson, 14 years ago) ( diff )

--

GetOverCap

Get over capacity status.

bool GetOverCap(int nScale = process_scale)

Parameters

  • nScale - scale number

Return Value

  • Returns true if the specified scale is over capacity or false if stable.

Remarks

Examples

if(GetOverCap())
{
    DisplayText(20, 20, "Over capacity");
}
if(GetOverCap(1))
{
    DisplayText(20, 20, "Over capacity");
}

See Also

Note: See TracWiki for help on using the wiki.