Sets the enabled status of this component.
A component must be enabled in order to access its data or do enable its functionality.This method is asynchronous. Use the returned task to track the completion of this operation. The task's value indicates whether the operation was successful.If the current enabled state matches
enabled , then the returned task completes immediately with a True result. If there is already a pending change to the enabled state, the new request is queued.
ParametersenabledThe desired state of the component.
timeoutThe timeout, in seconds, for the operation. Use zero to indicate an infinite timeout.
ReturnsReturns an
OVRTask<T> whose result indicates the result of the operation.