TD.Query.SetAlarm
data SetAlarm Source #
Succeeds after a specified amount of time has passed. Can be called before initialization. Returns Ok
Ok
Constructors
Fields
Number of seconds before the function returns
Defined in TD.Query.SetAlarm
Methods
toJSON :: SetAlarm -> Value #
toEncoding :: SetAlarm -> Encoding #
toJSONList :: [SetAlarm] -> Value #
toEncodingList :: [SetAlarm] -> Encoding #
showsPrec :: Int -> SetAlarm -> ShowS #
show :: SetAlarm -> String #
showList :: [SetAlarm] -> ShowS #
(==) :: SetAlarm -> SetAlarm -> Bool #
(/=) :: SetAlarm -> SetAlarm -> Bool #
shortShow :: SetAlarm -> String Source #