Platforms to show: All Mac Windows Linux Cross-Platform

FAQ.How to sleep a Mac?

Answer: Ask the Finder via Apple Events:
Example
dim ae as appleevent
ae=newappleEvent("FNDR","slep","MACS")
if not ae.send then
msgBox "The computer doesn't want to sleep."
end if

The biggest plugin in space...