IStackerDriver interface : IsStackEmpty method

IsStackEmpty method
Description
VWorks software calls the IsStackEmpty method to ask the plugin whether the stack at the specified location is empty.
Note: For devices that do not need to scan the stack before downstacking or upstacking a labware, this method can return E_NOTIMPL (0x80004001).
Syntax
 
HRESULT IsStackEmpty(
[in] BSTR Location,
[out,retval] SHORT *IsEmpty
);
Parameters
 
0 = The stack is not empty
1 = The stack is empty
Related information