![]() |
VWorks software calls the UnloadStack method to tell the plugin to release the stack at the specified location so the operator can remove the stack.
HRESULT UnloadStack(
[in] BSTR Labware,
[in] enum PlateFlagsType PlateFlags,
[in] BSTR Location,
[out,retval] enum ReturnCode *retVal
);
0 = The labware does not have a lid and is not sealed1 = The labware has a lid2 = The labware is sealed 0 = The request was completed (RETURN_SUCCESS)1 = Something was wrong with the input, so the request was not completed (RETURN_BAD_ARGS)2 = The request was not completed (RETURN_FAIL)