search for: itask

Displaying 10 results from an estimated 10 matches for "itask".

Did you mean: task
2018 Apr 27
0
Wine release 3.7
...schedsvc: Remove job from the list when job file is deleted. schedsvc: Implement NetrJobGetInfo. schedsvc: Implement NetrJobEnum. schedsvc: Implement NetrJobDel. schedsvc: Implement NetrJobAdd. mstask: Implement IPersistFile::GetClassID(). mstask: Implement ITask::GetStatus(). mstask: ITask::GetErrorRetryCount() is not implemented. mstask: ITask::GetErrorRetryInterval() is not implemented. mstask: Implement ITask::GetIdleWait(). mstask: Implement ITask::GetPriority(). mstask: Implement better stub for ITask::GetExitCode()....
2018 May 25
0
Wine release 3.9
...heck array index limit first. Aurimas Fišeras (1): po: Update Lithuanian translation. Christian Inci (1): wined3d: Recognize Titan V. Daniel Rusek (1): po: Update Czech translation. Dmitry Timoshkov (22): mstask/tests: Make task tests independent. mstask: Implement ITask::SetFlags(). mstask/tests: Make task trigger tests independent. mstask: ITaskTrigger::SetTrigger() should fail on NULL input. mstask: ITaskTrigger::GetTrigger() should fail on NULL input. mstask/tests: Add another set of tests for trigger management. mstask: Move trigg...
2018 May 11
0
Wine release 3.8
...edsvc: Also watch for job file modifications. schedsvc: Explicitly terminate the received name in the notification buffer. mstask: Export the AT Service RPC API. schedsvc: Reimplement FILE_ACTION_MODIFIED by remove_job()/add_job() sequence as MSDN suggests. mstask: Implement ITaskScheduler::Delete(). schedsvc: Pass full task file name to remove_job()/add_job(). mstask: Don't touch instance count field of the job file in the client. mstask: Initialize more task fields from the job file on load. mstask: Implement ITask::GetFlags(). mstask: Ret...
2006 Apr 25
1
Windows MinGW compiler clarification, consequences
...ngs (originating from the Fortran code of odesolve) when compiled locally: Warning: intdy-- t (=r1) illegal Warning: t not in interval tcur - hu (= r1) to tcur (=r2) Warning: intdy-- t (=r1) illegal Warning: t not in interval tcur - hu (= r1) to tcur (=r2) Warning: lsoda-- trouble from intdy. itask = i1, tout = r1 Error in lsoda(y = y0, times = times, fderiv, parms = c(mod = mod), rtol = 1e-04, : Illegal input to lsoda R version: 2.3.0 (2006-04-24) >gcc --version gcc (GCC) 3.4.2 (mingw-special) Copyright (C) 2004 Free Software Foundation, Inc. This is free software; see the source fo...
2018 Jun 22
0
Wine release 3.11
...to the proper place. André Hentschel (1): ws2_32/tests: Use the available ARRAY_SIZE() macro. Dmitry Timoshkov (6): mstask: Retry opening a .job file only in case of sharing violation. schedsvc: Retry opening a .job file only in case of sharing violation. mstask: Implement ITask::SetWorkItemData(). mstask: Implement ITask::GetWorkItemData(). mstask/tests: Add some tests for workitem data. gdi32: For symbol fonts check whether the char has been converted to Unicode. Fabian Maurer (1): ntdll: Add stub for WinSqmSetDWORD. François Gouget (2): w...
2013 Feb 13
1
An extended Hodgkin-Huxley model that doesn't want to work.
...T (=R1) illegal In above message, R = [1] 0.1 T not in interval TCUR - HU (= R1) to TCUR (=R2) In above message, R = [1] 0 0 DINTDY- T (=R1) illegal In above message, R = [1] 0.2 T not in interval TCUR - HU (= R1) to TCUR (=R2) In above message, R = [1] 0 0 DLSODA- Trouble in DINTDY. ITASK = I1, TOUT = R1 In above message, I = [1] 1 In above message, R = [1] 0.2 Error in lsoda(y, times, func, parms, ...) : illegal input detected before taking any integration steps - see written message I'll first paste the formulae and then I'll paste my code. If anyone can spot somethin...
2004 Jul 31
3
Bug in new_work_item
Hi all, Windows 2000 Ruby 1.8.2 R7 VC++ 6.0 I noticed that if I try to call new_work_item and give the task a name that already exists, I get a segfault: C:\eclipse\workspace\win32-taskscheduler>ruby test.rb "0.1.0" test.rb:22:in `new_work_item'': NewWorkItem() function failed (Win32::TaskSchedul erError) from test.rb:22 test.rb:22: [BUG] Segmentation fault ruby
2018 Jun 11
0
Wine release 3.10
...s. include: Updated enum AutomationIdentifierType values. Aurimas Fišeras (1): po: Update Lithuanian translation. Austin English (1): dism: Add stub program. Derek Lesho (1): ntoskrnl: Have MmIsAddressValid use IsBadReadPtr. Dmitry Timoshkov (14): mstask: Implement ITask::GetMostRecentRunTime(). schedsvc: Read parameters and current directory from the job file. mstask: Retry with a timeout if opening a job file has failed. schedsvc: Add support for executing tasks. schedsvc: Read triggers when loading a job file. schedsvc: Add support...
2018 Mar 30
0
Wine release 3.5
...: avifil32: Correct threading model on interfaces. secur32: GetComputerObjectName should not set domain part of the name if it is NULL. advapi32: Use larger buffers for domain names. taskschd: Implement ExecAction::put_Id and ExecAction::get_Id. mstask: Switch to using ITaskDefinition instead of IRegisteredTask. mstask: Improve stubs for ITask::GetTaskFlags and ITask::GetFlags. mstask/tests: Add some tests for task file storage. mstask: Implement setting and getting an application name using IExecAction. mstask: Implement setting and getting par...
2018 Mar 16
0
Wine release 3.4
...put_Arguments. taskschd: Implement IExecAction::get_Arguments. taskschd/tests: Add more tests for actions. windowscodecs: Fix stride calculation in JPEG decoder. mstask: Make each source file self-contained. mstask: Reimplement SetTargetComputer/GetTargetComputer using ITaskService methods. mstask: Reimplement ITask constructor using ITaskFolder methods. Fabian Maurer (1): ole32: Better logging for apartment_getclassobject, on failure log dll path. François Gouget (4): kernelbase/tests: Fix a couple of typos in skip messages. wmp/tests: Add a...