/// /// Copyright © 2003-2008 JetBrains s.r.o. /// You may distribute under the terms of the GNU General Public License, as published by the Free Software Foundation, version 2 (see License.txt in the repository root folder). /// namespace JetBrains.Omea.OpenApiEx { /// /// A task is an atomic item of schedulling that does not define any schedulle on itself, but rather belongs to one or more schedulling groups. /// public interface ISchedullerTask : IResourceObject { } }