| KM_CoordMotionWaitForSegmentsFinished Method |
Waits for all buffered segments to complete
Blocks calling thread until the buffer is complete
Namespace: KMotion_dotNetAssembly: KMotion_dotNet (in KMotion_dotNet.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public void WaitForSegmentsFinished(
bool suppressdisablederror
)
Public Sub WaitForSegmentsFinished (
suppressdisablederror As Boolean
)
public:
void WaitForSegmentsFinished(
bool suppressdisablederror
)
Parameters
- suppressdisablederror Boolean
- suppress errors cause by commanding a disabled axis
See Also