Island-Windows: How to cancel a running Task?

I am looking for CancellationToken class, but it is not available on Island platform?

Thanks, logged as bugs://82905

Until it is available, any alternative solution?

I do see there is ICancellationToken under EUnit.fx, though

All cancelation token does is notify something else that it should cancel, so really any object with a safe boolean value will do.