335cc19f2cddaaf3a376657604f78c1c07617215
[smartthings-infrastructure.git] / Methods / runOnce.groovy
1 /////////////////////////////////////////////////////////////////////
2 def runOnce(Date date, Closure methodToCall) {
3         methodTocall()
4 }