Current section

Files

Jump to
erlcron include internal.hrl
Raw

include/internal.hrl

%%% @copyright Erlware, LLC. All Rights Reserved.
%%%
%%% This file is provided to you under the BSD License; you may not use
%%% this file except in compliance with the License.
-define(ONE_DAY, (24 * 60 * 60)).
-record(job, {
schedule,
task,
lambda
}).